home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / kernel / sources / README < prev    next >
Text File  |  1994-04-25  |  4KB  |  88 lines

  1. /*****************************************************************************
  2.   FILE           : README
  3.   SHORTNAME      : readme
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Readme File for the SNNS Kernel V3.2
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Guenter Mamier
  10.   DATE           : 
  11.  
  12.   CHANGED BY     : 
  13.   IDENTIFICATION : @(#)README    1.13 4/20/94
  14.   SCCS VERSION   : 1.13
  15.   LAST CHANGE    : 4/20/94
  16.  
  17.              (c) 1992,1993 by  and the SNNS-Group
  18.  
  19. ******************************************************************************/
  20.  
  21.  
  22. This Directory contains the following files:
  23.  
  24. README          :       This file
  25. makefile.sun    :       Makefile for SUN C-Compilers
  26. makefile.bcc    :       Makefile for the Borland C++ V3.0 Compiler
  27.                         (running under MS-DOS)
  28. kernel.ddt    :       dependencies for the makefile
  29.  
  30. art_ui.c        :       contains user interface functions for ART networks
  31. arttr_f.c       :       contains transfer functions for ART networks
  32. calc_err.c      :       Program for calculating the accurancy of activation
  33.                         functions that uses the table-lookup technique
  34. cc_learn.c    :    contains learning functions for cascade correlation
  35. cc_rcc.c    :    contains common functions for cc and rec. cc
  36. cc_rcc_topo.c    :    contains topology specs for cc and rcc
  37. dlvq_learn.c    :    contains all functions of the DLVQ algorithm
  38. func_tbl.c      :       contains the function table
  39. init_f.c        :       contains the network initialisation functions
  40. kernel.c        :       contains the simulator kernel
  41. kr_JordElm.c    :    handling of Jordan and Elman networks
  42. kr_amap.c       :       contains kernel functions for ARTMAP networks.
  43. kr_art.c        :       contains kernel functions for all ART networks
  44. kr_art1.c       :       contains kernel functions for ART1 networks
  45. kr_art2.c       :       contains kernel functions for ART2 networks
  46. kr_funcs.c      :       contains internal interface functions of the kernel
  47. kr_inversion.c  :    contains network inversion functions
  48. kr_io.c         :       contains the file I/O interface functions
  49. kr_mem.c        :       contains the memory management functions of the kernel
  50. kr_newpattern.c :    pattern handling functions
  51. kr_pat_parse.c  :       parser for pattern files
  52. kr_pat_scan.c   :    scanner for pattern files
  53. kr_rand.c       :    random number generator
  54. kr_td.c        :    contains the learning functions for time delay networks
  55. kr_ui.c         :       contains the user interface functions
  56. learn_f.c       :       contains the learning functions
  57. make_tbl.c      :    generates lookup table for transfer functions
  58. matrix.c        :       contains matrix operation functions
  59. rcc_learn.c    :       learning functions of recurrent cascade correlation
  60. strdup.c        :       Compatibility source file for ULTRIX-32 and MS-DOS
  61. tbl_func.c      :       contains the activation functions using table-lookup.
  62. trans_f.c       :       contains the network transfer functions
  63. update_f.c      :       contains the network update functions
  64.  
  65.  
  66. All these source files have two corresponding headder files. A .h file that 
  67. contains the external declarations for the functions accessible from other
  68. moduls, and a .ph file for function prototypes and definitions local to the 
  69. modul.
  70.  
  71. Additionally there are the following global header files:
  72.  
  73. art_typ.h       :       contains global data types and constants for external 
  74.                         programs using ART networks.
  75. ext_typ.h       :       contains data types for external kernels
  76. func_mac.h      :       contains macros for transfer functions
  77. glob_typ.h      :       contains global data types and constants
  78.                         for external programs
  79. krart_df.h      :       contains constants and macros for all ART algorithms
  80. krui_typ.h      :       contains ANSII prototypes of kr_ui.c
  81. kr_const.h      :       contains kernel constants
  82. kr_def.h        :       contains kernel default values
  83. kr_mac.h        :       contains kernel macros
  84. kr_typ.h        :       contains kernel data types and constants
  85. version.h       :       contains the version numbers of the kernel
  86.  
  87.  
  88.